home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / dlink / version.doc < prev   
Encoding:
Text File  |  1992-10-25  |  1.3 KB  |  52 lines

  1.  
  2.  
  3.     DLINK
  4.     2.06.10
  5.         Fixedup -E option / error messages imported from dice.errors
  6.         Ident changed to Commodore style
  7.  
  8.     2.06.09
  9.         Handles LINE debug hunks
  10.  
  11.     2.06.08
  12.         Fixed exiting-with-0 bug even when errors reported.
  13.  
  14.     2.06.07
  15.         fixed byte branch to external label, was calculated
  16.         incorrectly (went one too far)
  17.  
  18.         fixed 8 bit relocation, was taking offset as unsigned
  19.  
  20.     2.06.06
  21.         Added check for illegal small-data references to far objects,
  22.         generates error message.
  23.  
  24.     2.06.05 :
  25.         Fixed bug in 2.06.04 memory reuse.
  26.  
  27.     2.06.04 :
  28.         Revamped reusability of memory.  DLink takes about 15% less
  29.         memory now.
  30.  
  31.     2.06.03 :
  32.         Bug in zalloc() found, relocation arrays larger than 4K
  33.         (1024 entries) would trash memory.  fixed!
  34.  
  35.     2.06.02 :
  36.     2.05.02 :
  37.  
  38.         -ma and -mw support (relocate for absolute long and absolute
  39.         word addressing modes where the final data base address is
  40.         hardwired)
  41.  
  42.         support for -pr and -pi options (to generate an executable
  43.         containing a single hunk, both residentable and non-residentable
  44.         versions)
  45.  
  46.         Fixed random-memory-read bug (did not effect linking, but would
  47.         sometimes read random memory that happened to be the custom
  48.         chip area, causing screen glitches and other problems)
  49.  
  50.         Better error reporting.
  51.  
  52.